projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b28b879
)
* config.nt: Simplify test to 1400 <= _MSC_VER.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 30 Apr 2011 07:38:26 +0000
(
00:38
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 30 Apr 2011 07:38:26 +0000
(
00:38
-0700)
nt/config.nt
patch
|
blob
|
history
diff --git
a/nt/config.nt
b/nt/config.nt
index f46868cd6ea93c423e50db5292c6f2a775f8522e..7765919638f18b764d9e0fb7ea4f285d54d40b95 100644
(file)
--- a/
nt/config.nt
+++ b/
nt/config.nt
@@
-470,8
+470,7
@@
extern char *getenv ();
#define BITS_PER_LONG 32
#endif
-#if (defined __MINGW32__ \
- || 1400 <= _MSC_VER || (1310 <= _MSC_VER && defined _MSC_EXTENSIONS))
+#if defined __MINGW32__ || 1400 <= _MSC_VER
/* C99-style long long and "%lld" both work, so use them. */
# define BITS_PER_LONG_LONG 64
#elif 1200 <= _MSC_VER